Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Fix: Handle duplicate containers across accounts #2596

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Conversation

Porges
Copy link
Member

@Porges Porges commented Nov 2, 2022

The C# version of this function throws an exception if it finds duplicate containers; in the Python code the last one wins. Update the C# code to match the Python code.

Closes #2580.

@Porges Porges changed the title Handle duplicate containers across accounts Fix: Handle duplicate containers across accounts Nov 2, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 2, 2022

Codecov Report

Merging #2596 (f1f6400) into main (f1f6400) will not change coverage.
The diff coverage is n/a.

❗ Current head f1f6400 differs from pull request most recent head d4d52d0. Consider uploading reports for the commit d4d52d0 to get more accurate results

@@           Coverage Diff           @@
##             main    #2596   +/-   ##
=======================================
  Coverage   29.86%   29.86%           
=======================================
  Files         289      289           
  Lines       35803    35803           
=======================================
  Hits        10692    10692           
  Misses      25111    25111           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Porges Porges force-pushed the fix-containers-500 branch from a8b1500 to d548b86 Compare November 3, 2022 01:01
@Porges Porges enabled auto-merge (squash) November 3, 2022 01:01
@Porges Porges force-pushed the fix-containers-500 branch from d548b86 to d4d52d0 Compare November 3, 2022 01:11
@Porges Porges merged commit 6cc7caf into main Nov 3, 2022
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request Nov 3, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2022
@Porges Porges deleted the fix-containers-500 branch December 8, 2022 21:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

containers list CLI command fails with C# endpoint
3 participants